Skip to content

catch up with boost-ci#74

Open
jll63 wants to merge 3 commits into
boostorg:developfrom
jll63:fix/b2-alias
Open

catch up with boost-ci#74
jll63 wants to merge 3 commits into
boostorg:developfrom
jll63:fix/b2-alias

Conversation

@jll63
Copy link
Copy Markdown
Collaborator

@jll63 jll63 commented May 25, 2026

Catch up with boost-ci:

  • fix cmake test
  • handle gcc-16 warning-as-error when building unit_test

@cppalliance-bot
Copy link
Copy Markdown

cppalliance-bot commented May 25, 2026

An automated preview of the documentation is available at https://74.openmethod.prtest3.cppalliance.org/libs/openmethod/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-05-26 23:20:49 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (814a8e0) to head (2064e06).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #74      +/-   ##
===========================================
- Coverage    94.34%   93.27%   -1.07%     
===========================================
  Files           43       41       -2     
  Lines         2916     2811     -105     
===========================================
- Hits          2751     2622     -129     
- Misses         165      189      +24     

see 26 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3632b00...2064e06. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jll63 jll63 force-pushed the fix/b2-alias branch 2 times, most recently from e4a3aa1 to 4b50749 Compare May 25, 2026 19:07
Use <warnings-as-errors>off instead of <warnings>off for the
boost_unit_test_framework dependency. GCC 16 fires a spurious
-Warray-bounds in Boost.Test's junit_log_formatter.hpp when compiling
unit_test_log.cpp in shared-link mode; <warnings>off does not suppress
-Werror, so the .so fails to build. Same pattern used by Boost.Redis
and Boost.MySQL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jll63 jll63 changed the title build.jam: fix malformed alias so b2 install generates cmake config catch up with boost-ci May 26, 2026
@jll63 jll63 requested a review from pdimov May 26, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants